C1.Web.Mvc.Fluent Namespace : ControlBuilder<TControl,TControlBuilder> Class |
The following tables list the members exposed by ControlBuilder<TControl,TControlBuilder>.
Name | Description | |
---|---|---|
CssClass | Sets the css class of the control. | |
CssStyle | Sets one CSS property. | |
CssStyles | Sets the CSS styles. | |
Height | Overloaded. Sets the height of the control. | |
HtmlAttribute | Sets one HTML attribute. | |
HtmlAttributes | Overloaded. Sets the HTML attributes. | |
Id | Sets the id of the control. | |
IsDisabled | Sets isDisabled state of the control. | |
OnClientGotFocus | Occurs when the control gets the focus. | |
OnClientLostFocus | Occurs when the control loses the focus. | |
TemplateBind | When the control works in template mode, bind the property which name is specified to some item which name is specified. | |
ToHtmlString | Get an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TControlBuilder>) | |
ToTemplate | Transfer to template mode. | |
Width | Overloaded. Sets the width of the control. |
Name | Description | |
---|---|---|
ToTemplate | Render the html string in template mode. |